home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19981211-19990422 / 000268_news@watsun.cc.columbia.edu _Wed Feb 24 02:59:37 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: <news@watsun.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id CAA22246
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 24 Feb 1999 02:59:35 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id CAA29876
  7.     for kermit.misc@watsun.cc.columbia.edu; Wed, 24 Feb 1999 02:58:39 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: Christopher Mosley <cmosley@voicenet.com>
  10. Subject: Re: Small mystery
  11. Message-ID: <piOA2.23$vz3.235@news3.voicenet.com>
  12. Date: Wed, 24 Feb 1999 07:58:13 GMT
  13. To: kermit.misc@mailrelay2.cc.columbia.edu
  14.  
  15. Frank da Cruz <fdc@watsun.cc.columbia.edu> wrote:
  16.  
  17. > LOOKUP macro, used internally by DIAL, refers to) as \m(_dialfile).  But since
  18. > this is a DOS filename, typically "C:\KERMIT\DIALUPS.TXT", the fact that it
  19. > contains backslashes might (should not, but might) cause some confusion.
  20.  
  21. > What happens, when a failure occurs, if you type "echo \m(_dialfile)"?
  22.  
  23. > - Frank
  24.  
  25.  
  26. I get C:\KERMIT\DIALUPS.TXT  
  27.  
  28. I discovered the dialing error occurs after a non-valid command is
  29. entered (the error message: "?word "some_non_valid_word" not useable here".
  30. Then when I try to dial, dialups.txt is not found even though I am in
  31. c:\kermit.  
  32.  
  33.  
  34. "cd" , "cd .", or moving to another dir and back to c:\kermit corrects
  35. the problem.